html {
  font-size: 62.5%;
}

body{
  margin: 0%;
  padding: 0%;
}

section {
  padding: 2rem 5%;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  color: #10221b;
  background: #ebdbd9;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.8rem;
  padding: .9rem 3.3rem;
}

.btns {
  margin-top: .9rem;
  display: inline-block;
  color: #10221b;
  background: #ebdbd9;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.5rem;
  padding: .9rem 3.3rem;
  border-radius: 5px;
}

.btn:hover {
  background: #ba735d;
  color: #fff;
}

.top{
  background-color: #f6f4f1;
  text-align: right;
}

.top a{
  text-decoration: none;
  color: #10221b;
  font-family: 'Courier New', Courier, monospace;
}

.navbar {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f4f1;
  color: #10221b;
  font-family: 'Courier New', Courier, monospace;
  padding: 2rem 5%;
  margin-top: 0px;
}

.brand-title {
  font-size: 3.2rem;
  margin: .5rem;
}

.navbar-links {
  height: 100%;
}

.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #10221b;
  font-size: 1.4rem;
  padding: 1.9rem;
}

.navbar-links li a:hover {
  color: #a65e1e;
}


.toggle-button {
  position: absolute;
  top: 1.6rem;
  right: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #a65e1e;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .navbar {
      flex-direction: column;
      align-items: flex-start;
  }

  .toggle-button {
      display: flex;
  }

  .navbar-links {
      display: none;
      width: 100%;
  }

  .navbar-links ul {
      width: 100%;
      flex-direction: column;
  }

  .navbar-links ul li {
      text-align: center;
  }

  .navbar-links ul li a {
      padding: .5rem 1rem;
  }

  .navbar-links.active {
      display: flex;
  }
}


.home {
  padding: 0;
}

.home .box {
  min-height: 45vh;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 2rem 9%;
}

.home .box.second {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home .box .content {
  width: 50rem;
}

.home .box .content span {
  font-size: 4rem;
  color: #fff;
}

.home .box .content h3 {
  font-size: 6rem;
  color: rgb(151, 110, 110);
  padding-top: .5rem;
  text-transform: uppercase;
}

.home .box .content p {
  line-height: 2;
  color: #10221b;
  font-size: 1.5rem;
  padding: 1rem 0;
}


.category .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
  text-align: justify;
}

.category .box-container .box {
  text-align: center;
  padding: 1rem;
}

.category .box-container .box img {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.category .box-container .box h3 {
  font-size: 2rem;
  color: #219150;
}

.category .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
  text-align: justify;
}

.about {
  background: #f6f4f1;
  display: flex;
  text-align: justify;
  -webkit-box-align: center;
          align-items: center;
      flex-wrap: wrap;
  gap: 2rem;
}

.about .image {
  -webkit-box-flex: 1;
          flex: 1 1 38rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.about .image img {
  width: 73%;
          box-shadow: 3rem 3rem 0 rgba(183, 130, 130, 0.199);
          margin: 15%;
}

.about .content {
  -webkit-box-flex: 1;
          flex: 1 1 42rem;
}

.about .content h3 {
  font-size: 3rem;
  color: #36271c;
}

.about .content p {
  font-size: 1.5rem;
  color: #10221b;
  line-height: 2;
  width: 90%;
}

@media screen and (max-width: 600px)
  {
      .about .content p{
          font-size: 13px;
          padding-left: 5%;
      }
  }

  @media screen and (max-width: 600px)
  {
      .about .content h3{
          font-size: 25px;
          padding-left: 5%;
      }
  }

  .footer {
    background-size: cover;
    margin: -30px;
    background-position: center;
    background-attachment: fixed;
    background-color: #f6f4f1;
    line-height:1.5;
    text-transform: uppercase;
  }
  
  .footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
  }

  .footer .box-container a{
    color: #10221b;
    text-decoration: none;
    font-size: 100%;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
  }
  
  .footer .box-containers .reseaux {
    text-align: center;
    color: #2d1e13;
    font-size: 220%;
    margin: 0px;
    padding: 20px;
    padding-top: 5%;
  }

  .footer .box-containers .reseaux a{
    color: #10221b;
  }
  
  .footer .box-container .mentions {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    padding-top: .5rem;
    font-size: 100%;
    color: #2d1e13;
  }

  .footer .mentions {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 160%;
  }
  
  .footer .mentions span {
    color: #2d1e13;
  }
  
  .footer .mentions a {
    color: #10221b;
    text-decoration: none;
  }
  
  .footer .credit {
    text-align: center;
    margin-top: 1.5rem;
    padding: 1rem;
    padding-top: .5rem;
    font-family: 'Courier New', Courier, monospace;
    color: #2d1e13;
    font-size: 160%;
  }
  
  .footer .credit span {
    color: #2d1e13;
  }